github.com/refraction-networking/utls.clientHandshakeStateTLS13.hello (field)
33 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L376: hello: hello,
handshake_client_tls13.go#L30: hello *clientHelloMsg
handshake_client_tls13.go#L63: if hs.keyShareKeys == nil || hs.keyShareKeys.ecdhe == nil || len(hs.hello.keyShares) == 0 {
handshake_client_tls13.go#L73: if err := transcriptMsg(hs.hello, hs.transcript); err != nil {
handshake_client_tls13.go#L81: if err := hs.uconn.echTranscriptMsg(hs.hello, hs.echContext); err != nil {
handshake_client_tls13.go#L113: hs.hello = hs.echContext.innerHello
handshake_client_tls13.go#L123: if hs.hello.serverName == "" && hs.serverHello.serverNameAck {
handshake_client_tls13.go#L211: if !bytes.Equal(hs.hello.sessionId, hs.serverHello.sessionId) {
handshake_client_tls13.go#L221: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_client_tls13.go#L267: hello := hs.hello
handshake_client_tls13.go#L333: if slices.ContainsFunc(hs.hello.keyShares, func(ks keyShare) bool {
handshake_client_tls13.go#L392: if len(hs.hello.pskIdentities) > 0 {
handshake_client_tls13.go#L401: ks.KeyShares = keyShares(hs.hello.keyShares).ToPublic()
handshake_client_tls13.go#L441: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
handshake_client_tls13.go#L455: hs.hello.keyShares = hello.keyShares
handshake_client_tls13.go#L462: hs.hello.original = hs.uconn.HandshakeState.Hello.Raw
handshake_client_tls13.go#L464: if err := hs.uconn.echTranscriptMsg(hs.hello, hs.echContext); err != nil {
handshake_client_tls13.go#L473: if err := computeAndUpdateOuterECHExtension(hs.hello, hs.echContext.innerHello, hs.echContext, false); err != nil {
handshake_client_tls13.go#L478: hs.hello = hello
handshake_client_tls13.go#L481: if _, err := hs.c.writeHandshakeRecord(hs.hello, hs.transcript); err != nil {
handshake_client_tls13.go#L528: if !slices.ContainsFunc(hs.hello.keyShares, func(ks keyShare) bool {
handshake_client_tls13.go#L539: if int(hs.serverHello.selectedIdentity) >= len(hs.hello.pskIdentities) {
handshake_client_tls13.go#L544: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L669: err = c.config.writeKeyLog(keyLogLabelClientHandshake, hs.hello.random, clientSecret)
handshake_client_tls13.go#L674: err = c.config.writeKeyLog(keyLogLabelServerHandshake, hs.hello.random, serverSecret)
handshake_client_tls13.go#L699: if err := checkALPN(hs.hello.alpnProtocols, encryptedExtensions.alpnProtocol, c.quic != nil); err != nil {
handshake_client_tls13.go#L733: if !hs.hello.earlyData && encryptedExtensions.earlyData {
handshake_client_tls13.go#L737: if hs.hello.earlyData && !encryptedExtensions.earlyData {
handshake_client_tls13.go#L912: err = c.config.writeKeyLog(keyLogLabelClientTraffic, hs.hello.random, hs.trafficSecret)
handshake_client_tls13.go#L917: err = c.config.writeKeyLog(keyLogLabelServerTraffic, hs.hello.random, serverSecret)
u_handshake_client.go#L540: hs13.hello = hello
u_public.go#L92: hello: chs.Hello.getPrivatePtr(),
u_public.go#L128: Hello: chs13.hello.getPublicPtr(),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |